CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linear spline

搜索资源列表

  1. MatlabUserManualSignalFiltering

    0下载:
  2. User Manual for STABLE 5.1-This manual gives information about the STABLE library, which computes basic quantities for univariate stable distributions: densities, cumulative distribution functions, quantiles, and simulation. Statistical routines
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:464502
    • 提供者:陈鹏
  1. bb

    0下载:
  2. 对数据进行三次样条曲线的拟合,和线性插值拟合,计算过程都已经进行了模块化处理-The data fitting cubic spline curves, and linear fitting, the calculation process have been carried out modular design
  3. 所属分类:Algorithm

    • 发布日期:2017-04-07
    • 文件大小:4063
    • 提供者:yangyang
  1. Interpolation

    0下载:
  2. 分段线性插值、3次样条插值、拉格朗日插值-Linear interpolation, 3 spline interpolation, Lagrange interpolation
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1052
    • 提供者:梁舒缓
  1. Numerical-Analysis

    1下载:
  2. 数值分析: lagrange插值与三次样条插值 simpson复化积分和两点高斯复化积分 四阶龙格—库塔解微分方程 牛顿下山法求解方程的根 列主元消去法求解线性方程组的根 -Numerical Analysis: lagrange interpolation and cubic spline interpolation simpson recovery of complex points and two points of the Gaussian integral Ru
  3. 所属分类:matlab

    • 发布日期:2017-03-18
    • 文件大小:34816
    • 提供者:susan
  1. matlabchazhiyunihe

    0下载:
  2. 插值与拟合实验,包括拉格朗日、分段线性、三次样条插值方法,以及线性最小二乘拟合,包括数学建模实例-Interpolation and fitting the experimental, including Lagrange, piecewise linear, cubic spline interpolation, and linear least squares fitting, including examples of mathematical modeling
  3. 所属分类:Algorithm

    • 发布日期:2017-04-17
    • 文件大小:374914
    • 提供者:
  1. sanciyangtiao

    0下载:
  2. 其基本思想是取B样条函数 为及基函数,在[a,b]中均匀划分区间,xi=a+ih,h=(b-a)/n,由于三次样条函数空间是n+3维的,所以把分点扩充到x-1,xn+1,则任意三次样条函数可用 线性组合来表示:-The basic idea is to take B-spline function and basis functions in [a, b] in the evenly divided intervals, xi = a+ ih, h = (ba)/n, because the c
  3. 所属分类:Algorithm

    • 发布日期:2017-04-06
    • 文件大小:6060
    • 提供者:咪噜
  1. LeastSquare20110722

    0下载:
  2. 1. 最小二乘法拟合数据成直线。 2. 三次样条插值。 3. 两个3D演示程序(用程序直接在平面上画的三维图像)。-自动翻译的:1 a linear least-squares fitting the data. 2 cubic spline interpolation. 3 two 3D demo program (application directly on the painting in three-dimensional image plane).
  3. 所属分类:Algorithm

    • 发布日期:2017-04-05
    • 文件大小:322415
    • 提供者:zbj
  1. sdsd1

    0下载:
  2. 基于函数值的线性有理插值样条的区域控制.Based on the function value of the linear rational interpolation spline area control-Based on the function value of the linear rational interpolation spline area control
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-06
    • 文件大小:733110
    • 提供者:2ndprince
  1. Computer-Graphics-Draw

    0下载:
  2. 常见计算机图形学图形生成程序(直线,椭圆,填充,样条曲线,分形,立体图形),有交互界面,有程序说明-Common computer graphics figure producing program (linear, ellipse, filling, spline curve, fractal, three-dimensional graphics), have interactive interface, programming instructions
  3. 所属分类:Graph Drawing

    • 发布日期:2017-06-10
    • 文件大小:16946334
    • 提供者:ccc
  1. chazhi

    0下载:
  2. 对格朗日、分段线性、三次样条插值方法的运用。-Grange, piecewise linear, cubic spline interpolation method to use.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:702
    • 提供者:linzhijie
  1. nurbs_toolbox

    0下载:
  2. non linear B spline curve fitting
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:43960
    • 提供者:kuldip Katiyar
  1. ZoomInterpolation_Source

    0下载:
  2. 图像缩放,里面有各种插值算法,很全 OpenGL Nearest Interpolation OpenGL Linear Interpolation GLSL Bi-Linear GLSL Bi-Cubic Triangular Bell B Spline CatMull-Rom-Image scaling, there are a variety of interpolation algorithm, it is OpenGL Nearest Interpola
  3. 所属分类:Special Effects

    • 发布日期:2017-05-10
    • 文件大小:2112186
    • 提供者:wu
  1. matlab-LTE-xindaoguji

    3下载:
  2. 实现LTE下行信道估计,有LS、LMMSE、SVD-MMSE和线性插值、二阶插值、三次样条插值等算法-LTE downlink channel estimation, LS, LMMSE, SVD-MMSE and linear interpolation, second order interpolation, cubic spline interpolation algorithm
  3. 所属分类:assembly language

    • 发布日期:2015-09-23
    • 文件大小:19456
    • 提供者:xiaoqing
  1. gaodengshuxue

    0下载:
  2. 可实现的算法:软件说明: 1.全主元高斯约当消去法2.LU分解法3.追赶法4.五对角线性方程组解法5.线性方程组解的迭代改善6.范德蒙方程组解法7.托伯利兹方程组解法8.奇异值分解9.线性方程组的共轭梯度法10.对称方程组的乔列斯基分解法11.矩阵的QR分解12.松弛迭代法第2章插值1.拉格朗日插值2.有理函数插值3.三次样条插值4.有序表的检索法5.插值多项式6.二元拉格朗日插值-The algorithm can be realized: Software Descr iption:
  3. 所属分类:Algorithm

    • 发布日期:2017-04-10
    • 文件大小:1442301
    • 提供者:liuwei
  1. interp1

    0下载:
  2. 一个MATLAB源函数,用来计算插值,可以选择使用线性,三次样条插值,Hermite插值等方法,希望对大家有用。-A MATLAB source function, used to calculate the interpolation, you can choose to use linear, cubic spline interpolation, Hermite interpolation, in the hope that useful.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:4482
    • 提供者:杜玉麟
  1. WeiFengYing-supporting-program

    2下载:
  2. 魏凤英的现代气候统计诊断与预测技术的fortran源代码,里边包括气候变化趋势分析的程序:线性倾向估计、滑动平均及一些趋势检验和函数;气候突变检测:滑动t检验、Cramer s法、Yamamoto法、Mann-Kendall法、Pettitt法Lepage法;气候序列周期的提取方法:功率谱、最大熵谱、交叉谱、多维最大熵、奇异谱分析、小波分析;以及EOF、主成分等等,总之熟悉这本书的同学,应该知道这本书的“强大”是做数理统计分析、及气象等必备的工具书啊,而且其程序,尤为宝贵!特此与大家分享-Wei
  3. 所属分类:source in ebook

    • 发布日期:2016-06-01
    • 文件大小:173056
    • 提供者:小虎
  1. Computer-Animation

    0下载:
  2. 实现关键帧的线性插值、矢量插值、样条曲线三种插值算法-Linear keyframe interpolation, vector interpolation, spline curves of three interpolation algorithm
  3. 所属分类:Special Effects

    • 发布日期:2017-11-21
    • 文件大小:64707
    • 提供者:陈银银
  1. computing

    0下载:
  2. 包括: 列主元Gauss消去法解线性方程组; 矩阵的LDLT和Cholesky分解; 追赶法解三对角方程组; Jacobi和Gauss-Seidel方法解方程组; Newton插值多项式和三次样条插值多项式; 复化Simpson公式求解定积分; Romberg方法求解定积分; 二分法和割线法求非线性方程的解。-Include: Main-element Gauss elimination method for solving linear equations
  3. 所属分类:Algorithm

    • 发布日期:2017-11-14
    • 文件大小:973233
    • 提供者:lisen
  1. hanshuubijin

    1下载:
  2. 用切比雪夫多项式逼近已知函数 用勒让德多项式逼近已知函数 用帕德形式的有理分式逼近已知函数 用列梅兹算法确定函数的最佳一致逼近多项式 求已知函数的最佳平方逼近多项式 用傅立叶级数逼近已知的连续周期函数 离散周期数据点的傅立叶逼近 用自适应分段线性法逼近已知函数 用自适应样条逼近(第一类)已知函数 离散试验数据点的多项式曲线拟合 离散试验数据点的线性最小二乘拟合 离散试验数据点的正交多项式最小二乘拟合 -By using Chebyshev poly
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:6144
    • 提供者:吕文旭
  1. 1

    0下载:
  2. 上计算方法课的第一个程序,主要讲数值计算中的插值法,包括线性插值,样条插值,拉格朗日插值-Method to calculate the class first program, mainly speak interpolation method in numerical calculation, including linear interpolation and spline interpolation, Lagrange interpolation, etc
  3. 所属分类:Other windows programs

    • 发布日期:2017-12-02
    • 文件大小:2467
    • 提供者:孤鹜
« 1 2 3 45 6 »
搜珍网 www.dssz.com